Skip to content

chore: Fix build_alpine uv install#724

Merged
calvin-codecov merged 1 commit into
mainfrom
cy/alpine_build_fix
Jul 6, 2026
Merged

chore: Fix build_alpine uv install#724
calvin-codecov merged 1 commit into
mainfrom
cy/alpine_build_fix

Conversation

@calvin-codecov

@calvin-codecov calvin-codecov commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Fixing broken CI alpine build. Alpine 3.14 ships with pip 20.3.4 which is too old to recognize the break-system-packages flag.
Screenshot 2026-07-06 at 12 38 29 PM

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
723 1 722 1
View the full list of 1 ❄️ flaky test(s)
api.temp.calculator.test_calculator::test_divide

Flake rate in main: 100.00% (Passed 0 times, Failed 482 times)

Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError

@calvin-codecov calvin-codecov merged commit 70d79d5 into main Jul 6, 2026
22 checks passed
@calvin-codecov calvin-codecov deleted the cy/alpine_build_fix branch July 6, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants